翻訳と辞書
Words near each other
・ Swingamajig
・ Swingarm
・ Swingaround
・ Swingate Mill, Guston
・ Swingate transmitting station
・ Swingate, Kent
・ Swingate, Nottinghamshire
・ Swing (2011 film)
・ Swing (album)
・ Swing (AMO song)
・ Swing (Australian politics)
・ Swing (band)
・ Swing (boxing)
・ Swing (dance)
・ Swing (EP)
Swing (Java)
・ Swing (jazz performance style)
・ Swing (music group)
・ Swing (politics)
・ Swing (Savage song)
・ Swing (seat)
・ Swing (Trace Adkins song)
・ Swing (United Kingdom)
・ Swing (video game)
・ Swing 42
・ Swing Along
・ Swing and Soul
・ Swing Application Framework
・ Swing Around
・ Swing Around Rosie


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Swing (Java) : ウィキペディア英語版
Swing (Java)

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) — an API for providing a graphical user interface (GUI) for Java programs.
Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit (AWT). Swing provides a native look and feel that emulates the look and feel of several platforms, and also supports a pluggable look and feel that allows applications to have a look and feel unrelated to the underlying platform. It has more powerful and flexible components than AWT. In addition to familiar components such as buttons, check boxes and labels, Swing provides several advanced components such as tabbed panel, scroll panes, trees, tables, and lists.
Unlike AWT components, Swing components are not implemented by platform-specific code. Instead, they are written entirely in Java and therefore are platform-independent. The term "lightweight" is used to describe such an element.
Swing is currently in the process of being replaced by JavaFX.
==History==

The Internet Foundation Classes (IFC) were a graphics library for Java originally developed by Netscape Communications Corporation and first released on December 16, 1996. On April 2, 1997, Sun Microsystems and Netscape Communications Corporation announced their intention to incorporate IFC with other technologies to form the Java Foundation Classes. The "Java Foundation Classes" were later renamed "Swing."
Swing introduced a mechanism that allowed the look and feel of every component in an application to be altered without making substantial changes to the application code. The introduction of support for a pluggable look and feel allows Swing components to emulate the appearance of native components while still retaining the benefits of platform independence.
Originally distributed as a separately downloadable library, Swing has been included as part of the Java Standard Edition since release 1.2. The Swing classes and components are contained in the package hierarchy.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Swing (Java)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.